Click or drag to resize

IndexBasePoint Enumeration

Describes whether the page of items will start from the beginning or the end of the set of items that are found by using the search criteria. Seeking from the end always searches backward.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum IndexBasePoint
Members
  Member nameValueDescription
Beginning0 The paged view starts at the beginning of the found item set.
End1 The paged view starts at the end of the found item set.
See Also